CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 浮点数 转换

搜索资源列表

  1. vb-Float-switch-hexadecimal-number

    1下载:
  2. 用VB软件编写,浮点数与十六进数相互转换,在一些数据处理中应用很广的,在通信中可以把通信数据相互转换成不同类型数据。-Software written in VB, and hexadecimal floating point number conversion, data processing applications in a number of very broad, in communication communications data can be converted into ea
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-22
    • 文件大小:3072
    • 提供者:李新武
  1. degreeTrans

    0下载:
  2. 可以将度分秒单位制的角度值批量转换为浮点数的度数,作为Excel数据处理的一个补充,在VS2012环境下制作。-Minutes degree angle units can be converted to floating point values ​ ​ batch of degrees, as a supplement Excel data processing environment in VS2012 production.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:55518
    • 提供者:Luv
  1. Augest-3

    0下载:
  2. VC++代码开发的C编译器源代码,名字就叫做Augest-3吧,可用来简单编译C扩展名的文件,代码中由于用了union,定义的变量占用4字节的内存,也就是说f和by4是共用这4字节内存的。对浮点的转化变得异常简单,union UFLOAT// 用以快速转换的自定义UFLOAT变量,一些运算   下面这段代码将fNum转成4字节插入到byBuf中:uf.f=f // 将要转换的浮点数放入UFLOAT变量,此时uf.by[]数组也被赋值了,因为内存是共用的。-VC++ code develop
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:46869
    • 提供者:bpudn1
  1. bi_to_float

    1下载:
  2. 二进制ieee754标准与十进制的浮点数之间的转换,程序很小,希望有帮助。-Convert binary and decimal floating-point standard ieee754 between the program is very small, want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1504
    • 提供者:刘艺
  1. IEEE754

    0下载:
  2. 将单精度浮点数的IEE754表示解析为实数,采用两种方法:移位法和指针转换法。-Analyse the float point number
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:537
    • 提供者:郭武楠
  1. float_save

    0下载:
  2. 浮点数存储方法,此方法解决了浮点数不能使用强制转换数据类型,直接拆分存储的难题-Float storage, this method can not be used to solve the floating point data type cast directly split storage problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:747
    • 提供者:road
  1. float

    1下载:
  2. 一个自己做的浮点数与十进制数转换小工具,可为需要通讯数据处理的提供帮助。-float to decimal
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-28
    • 文件大小:32768
    • 提供者:bigant
  1. float_and_binary

    0下载:
  2. 将浮点数和32位二进制相互转换。一共四个m文件,三个函数:小数点转二进制,浮点数转二进制,二进制转浮点;最后一个:调用函数。 希望能帮到有需要的人- floating point Numbers and 32-bit binary conversion to each other. four m file, three functions: decimal to binary, float to binary, binary to float The last one: the callin
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:周和
  1. MCS51

    0下载:
  2. 二进制定点数运算/二进制浮点数运算/十进制(BCD码)数运算/代码转换/数据变换/排序、查找和非线性算法/数学函数/树和图/ 延时与跳转控制/人机交互接口/单片机测控接口/51单片机内部资源编程实例/单片机数据传输接口/波形发生与控制实例/C51单片机软件抗干扰和数字滤波-Binary fixed-point number operations/binary floating-point operations/decimal (BCD) operation/sorting/code conver
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:130155
    • 提供者:潘涛
  1. 2010011016_e3_p1

    0下载:
  2. 表达式求值:给定一个浮点数混合运算的中缀表达式,分别实现转换成为后 缀表达式,然后求值;和直接对中缀表达式求值两种求值算法,并通过对给定测 试集的实验,比较两种算法的效率差异并进行分析。 -Expression uation: given a mixture of floating point calculation of infix expression, respectively after converted into
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5419509
    • 提供者:林宇
  1. HEX-To-Float

    0下载:
  2. delphi写的十六进制转换成浮点数代码,非常好用-Delphi write sixteen decimal conversion into float code, very good use
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:170113
    • 提供者:李文斌
  1. i2f

    0下载:
  2. inter to float,整数转换为为浮点数-inter to float
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:996
    • 提供者:frant
  1. float_int

    0下载:
  2. 自己编写的,浮点数与整数之间的转换的Verilog HDL实现-Written by myself, it is converted into Verilog HDL integer floating point implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:812
    • 提供者:baijin
  1. msOS_V0.12_20150910

    0下载:
  2. msos 2015年9月11日 1、Gui增加单精度浮点类型GuiDataTypeFloatDec,字符串直接显示类型GuiDataTypeString,采用sprintf解析数字,转换成字符显示,ModifyTextBoxData函数全新设计,支持对单精度数据类型float加减。 2、App和Menu中增加了单精度浮点数据类型的例子和直接字符串显示的例子。 3、增加data和menu数据类型,在系统层定义了data的全局指针AppDataPointer,这样便于在系统设
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:619963
    • 提供者:aaa
  1. float-to-hex

    1下载:
  2. 浮点数转16进制的delphi程序,可以方便的实现进制数之间转换-float to Hex code in delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:169472
    • 提供者:fjh
  1. U8-datas-to-float

    0下载:
  2. U8数据转换为单精度浮点数,用于与单片机的数据交换-U8 data transform to float
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:8988
    • 提供者:weiweizhu
  1. ByteToFloat

    0下载:
  2. 浮点数与四字节相互转换工具,使用方便,基于MFC开发。适合程序员使用-Floating point number with four bytes mutual conversion tool, easy to use, based on the MFC development. Suitable for programmers to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:67539
    • 提供者:袁珂俊
  1. converter

    0下载:
  2. 用QT做的实现浮点数,整数十六进制到十进制数的相互转换。-Using QT to achieve floating-point numbers, integer sixteen decimal to decimal conversion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1980
    • 提供者:libang
  1. fix_to_float

    0下载:
  2. 实现浮点数据到定点数据的自动转换,对输入的数据-Floating-point data to achieve automatic conversion of fixed-point data, the input data
  3. 所属分类:DSP program

    • 发布日期:2017-04-30
    • 文件大小:10889
    • 提供者:zhp
  1. fudian7

    0下载:
  2. 适用于高精度浮点数任意进制之间的转换。下面的转换函数可用。-Suitable for high-precision floating-point conversion between arbitrary bases. The following conversion functions are available.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:4261
    • 提供者:李云峰
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com